Search
Calendar.expandResourceRow Method (Resource[])
See Also
 






Expands the row associated with the specified resources. If there is no such row or the current view is not CalendarView.ResourceView, nothing happens.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void expandResourceRow (
    Resource[] resources
)

 Parameters

resources

A list with Resource objects defining the row to expand.

 See Also